home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / 72.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(releaseOutside).as < prev   
Text File  |  2006-06-13  |  211b  |  14 lines

  1. on(releaseOutside){
  2.    tellTarget("/ballPower")
  3.    {
  4.       gotoAndStop("off");
  5.       play();
  6.    }
  7.    gotoAndPlay(26);
  8.    tellTarget("/ballPower")
  9.    {
  10.       gotoAndStop("off");
  11.       play();
  12.    }
  13. }
  14.